Xbasic

SQL::TableInfoMoveColumn Method

Syntax

DIM result AS L = MoveColumn(MoveTo as N, MoveFrom as N [, ItemsToCopy as N = 1])

Arguments

MoveToNumeric

Where to move the column.

MoveFromNumeric

The column to move.

ItemsToCopyNumeric

Default = -1. The number of items to copy.

Returns

resultLogical

Returns .t. if the operation succeeds. Otherwise, .f..

Description

Move a block of Column items.